Flow-Wing Syntax Overview
Flow-Wing features a clean and intuitive syntax designed to enhance code readability and maintainability. The language emphasizes clarity through consistent indentation and straightforward structures. Key aspects of the syntax include:
Identifiers
- All identifiers, such as variable names and function names, are case-sensitive.
Whitespace
- Whitespace is ignored and spaces and tabs are treated as equivalent.
Comments
- Both single-line and multi-line comments are supported, allowing developers to annotate their code effectively.